os.Process.handle (field)

12 uses

	os (current package)
		exec.go#L61: 	handle *processHandle
		exec.go#L140: 		handle: ph,
		exec.go#L162: 	if p.handle == nil {
		exec.go#L170: 	h, ok := p.handle.acquire()
		exec.go#L188: 	if p.handle == nil {
		exec.go#L191: 	p.handle.release()
		exec.go#L196: 	if p.handle != nil {
		exec.go#L318: 		if p.handle != nil {
		exec.go#L326: 			p.handle.release()
		exec_posix.go#L81: 	if p.handle == nil {
		exec_unix.go#L23: 	if p.handle != nil {
		exec_unix.go#L84: 	if p.handle != nil {